Release 10.1A: OpenEdge Development:
Java Open Clients


Inherited methods

The following methods are inherited from the Java SDO ChangeSummary implementation. For a complete list, see the documentation for the Service Data Objects in EMF 2.0.1 at the following location:

beginLogging( )

Clears the list of changes and turns change logging on.

Syntax
void beginLogging() 

This method has the same behavior as the ProDataGraph.acceptChanges() method. For more information, see the "ProDataGraph class" section.

endLogging( )

Turns off change logging:

Syntax
void endLogging() 

getChangedDataObjects( )

Returns a list consisting of all the DataObject instances that have changed while logging:

Syntax
java.util.List getChangedDataObjects() 

getOldValues( )

Returns a list of settings that represents the property values of the specified DataObject at the point when logging began:

Syntax
java.util.List getOldValues(DataObject dataObj) 

dataObj

Specifies the DataObject instance whose old values you want to get.

isCreated( )

This method returns true if the specified DataObject was created while logging:

Syntax
boolean isCreated(DataObject dataObj) 

dataObj

Specifies a DataObject instance whose update status you want to test.

isDeleted( )

Returns true if given DataObject was deleted while logging:

Syntax
boolean isDeleted(DataObject dataObj) 

dataObj

Specifies a DataObject instance whose update status you want to test.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095